home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 51
/
Aminet 51 (2002)(GTI - Schatztruhe)[!][Oct 2002].iso
/
Aminet
/
dev
/
c
/
TinyGL.lha
/
tinygl
/
src
/
msghandling.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2000-10-15
|
219 b
|
9 lines
#ifndef _msghandling_h_
#define _msghandling_h_
extern void tgl_warning(const char *text, ...);
extern void tgl_trace(const char *text, ...);
extern void tgl_fixme(const char *text, ...);
#endif /* _msghandling_h_ */